home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / +look_here_1st!+ / handy_tools / statram3 / pc4 < prev    next >
Text File  |  1997-12-12  |  716b  |  33 lines

  1. /* $VER: PC4 37.2 (29.1.94)
  2.  *
  3.  * Recoverable RAM disk mount entry using CrossDOS
  4.  *
  5.  * The maximum size of the disk is controlled by the value of the HighCyl
  6.  * line. Increasing this value by 1 consumes an additional 9K of RAM.
  7.  * So the default value of 79 consumes, when the disk full, around 720K of
  8.  * memory.
  9.  */
  10.  
  11. FileSystem    = L:CrossDOSFileSystem
  12. Device        = statram.device
  13. Flags        = 0
  14. Surfaces    = 2
  15. Reserved    = 1
  16. Interleave    = 0
  17. LowCyl        = 0
  18. Buffers        = 5
  19. StackSize    = 600
  20. Priority    = 10
  21. DosType        = 0x4D534400
  22. GlobVec        = -1
  23. Mount        = 1
  24.  
  25. /* The Unit, BlocksPerTrack, HighCyl and BufMemType fields are controlled by
  26.  * tooltypes in the icon.
  27.  *
  28.  * Unit            = 0
  29.  * BlocksPerTrack    = 9
  30.  * HighCyl        = 79
  31.  * BufMemType        = 1
  32.  */
  33.